Einhugur Word Component for Buoy

ShapeContainer Class

A class that represents what is contained inside of a shape, such as Text for example.

Note that Shape support is very preliminary.

Container
   ShapeContainer

class ShapeContainer

Constructors

ShapeContainer (private) Private constructor.

Properties

ItemCount (Inherited) Number of items in the container.
ParagraphCount (Inherited) Returns number of paragraphs in the container.
TableCount (Inherited) Returns number of tables in the container.

Methods

AppendParagraph (Inherited) Appends paragraph at back of the container, creating one run for the string passed in with this method.
AppendTable (Inherited) Appends table to the back of the container.
Item (Inherited) Returns item at given index. (Paragraphs or tables)
Paragraph (Inherited) Gets paragraph at given index.
RemoveItem (Inherited) Removes item from the container.
Table (Inherited) Gets table at given index.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 64 bit
  • Linux ARM 64 bit